home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / INFO / DOS4NOTE.ZIP / DOS4NOTE.TXT
Text File  |  1988-08-29  |  3KB  |  66 lines

  1. Some Tips, Tricks, and Workarounds for IBM DOS 4.0
  2. (From the August 29 issue of InfoWorld.)
  3.  
  4.      In using IBM DOS 4.0 over the past several weeks, I've run into a
  5. few problems and come up with a few solutions.  In most cases the
  6. solutions are pretty simple - but not obvious.
  7.  
  8.  
  9.      Problem - Video conflicts while running terminate-and-stay-resident
  10. programs (TSR's) and DOS 4.0's DOS shell in graphics mode.
  11.  
  12.      Solution - Put DOS 4.0's DOS shell into text mode.  To do this, you
  13. must edit the file 'dosshell.bat' and change the video argument.  Here's
  14. how you can do that:  Find the line with the command SHELLC and then
  15. enter the argument "/TEXT".
  16.  
  17.      For instance, a correct line might include a number of arguments,
  18. such as @SHELLC/.../DOS/MENU/MUL.../TEXT.  Alternative choices with
  19. different resolutions and color paletts are /CO1,/CO2, and /CO3.
  20.  
  21.  
  22.      Problem - MicroSoft Windows/386 won't work.
  23.  
  24.      Solution - You need to use a newer release of MicroSoft
  25. Windows/386, version 2.10.  To work with DOS 4.0, the version must be
  26. dated on or after July 1, 1988.  Call MicroSoft.
  27.  
  28.  
  29.      Problem - Disk utilities, such as Norton Utilities, Mac Utilities,
  30. Golden Bow, etc., don't work with IBM DOS 4.0.
  31.  
  32.      Solution - Call the vendor for a new version.  IBM DOS 4.0 uses a
  33. different file allocation table (FAT), so disk optimizers and utilities
  34. designed for earlier versions of DOS will not work.  Most vendors have
  35. either already released or are currently working on updates that will
  36. work with DOS 4.0.
  37.  
  38.  
  39.      Problem - Lotus Metro doesn't work under DOS 4.0.
  40.  
  41.      Solution - The current version simply doesn't work.  Switch to
  42. another program or wait for an update.
  43.  
  44.  
  45.      Problem - Expanded memory options don't work with third-party
  46. memory boards.
  47.  
  48.      Solution - Use the Expanded Memory Specification software supplied
  49. with the board rather than the EMS software supplied with DOS 4.0.  The
  50. EMS software supplied with DOS 4.0 is specific to IBM hardware.
  51.  
  52.  
  53.      Problem - IBM DOS 4.0 will not install on a hard disk that already
  54. has another vendors version of MS-DOS 3.x installed.
  55.  
  56.      Solution - Edit the boot sector of the hard disk drive (using a
  57. program such as the Norton Utilities) to match the DOS 4.0 floppy.
  58.  
  59.  
  60.      Problem - Expanded Memory causes conflicts.
  61.  
  62.      Solution - Do not use the "/x" command with Buffers, Fastopen,
  63. Vdisk, etc.  This command lets IBM DOS 4.0 store some system information
  64. in Expanded Memory, but it can cause conflicts with other Expanded
  65. Memory software, which can produce potentially disastrous results.
  66.